object LookUpWord: TLookUpWord Left = 389 Top = 122 BorderStyle = bsDialog Caption = 'Look Up Word' ClientHeight = 89 ClientWidth = 376 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 19 object Label1: TLabel Left = 16 Top = 12 Width = 129 Height = 21 Alignment = taRightJustify AutoSize = False Caption = 'Word To Verify' end object TheWord: TEdit Left = 156 Top = 8 Width = 209 Height = 27 MaxLength = 25 TabOrder = 0 end object CheckButton: TButton Left = 28 Top = 48 Width = 153 Height = 29 Caption = '&Check Word' Default = True TabOrder = 1 OnClick = CheckButtonClick end object ExitButton: TButton Left = 192 Top = 48 Width = 153 Height = 29 Caption = 'E&xit' TabOrder = 2 OnClick = ExitButtonClick end end